How to bind C-` (backquote) in emacs

Posted by Marcelo Morales on Stack Overflow See other posts from Stack Overflow or by Marcelo Morales
Published on 2010-03-20T14:19:49Z Indexed on 2010/03/20 14:21 UTC
Read the original article Hit count: 340

Filed under:
|

I would like to bind C-` (control-backquote) but I could not do it.

The sexp

(global-set-key "\M-`" 'other-window)

works, whereas

(global-set-key "\C-`" 'other-window)

doesn't. It fails with the "Invalid modifier in string" error.

© Stack Overflow or respective owner

Related posts about emacs

Related posts about keyboard-shortcuts